# 2.23.0.0

Release Date: 2021-08-18

Status: Deprecated

# New Features

  • Android In-App Data Protection
    • Encrypts and protects Android app assets, resources, encryption keys, API keys, authentication tokens, sensitive user information, and game data
    • Supports read/write for encrypted files at runtime without applying a separate SDK.

# Improvements

  • Improved Rooting Detection
    • Detection on Magisk v22, v23 strengthened in AOS 7 and lower devices
  • Security enhanced
    • DEX integrity verification enhanced for the app that does not apply DEX encryption with OneStore option enabled
    • Security module enhanced against a bypass attack vector
    • AndroidManifest.xml integrity verification has been added for the game app

# Fixes

  • Crash fixed
    • Crashes that occur while some AAB apps are running on Android 8.1 devices fixed
    • Improved runtime crash fixed that occurs when ExtractNativeLibs option is set to false.
    • Crashes that occur during the monitoring process of hacking module injection fixed
    • Exception handling for Null Reference Exception that occurs in some devices
  • Improved compatibility for x86_64.
    • Fixed an error occurring in some apps while it is running on x86_64 devices after applying dex encryption
    • Fixed a false positive occurring by library code of app operating in arm64 abi which is changed by the system.
    • Problem fixed that app runs with arm32 and arm64 abi stops on even-numbered runtime
  • Fixed crash on emulator environment
    • Crash occurring intermittently on apps using Unity mono engine in emulator environment fixed
Last Updated: 9/19/2024, 6:47:13 AM